home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Present…ry 5: (Reseller Edition) / Apple Reference & Presentations Library 5.0 (Reseller Edition).iso / 5-Fonts & Software / HyperCard 1.2.5 / Help Stacks / Help / card_77297.txt < prev    next >
Text File  |  1987-11-25  |  1KB  |  60 lines

  1. -- card: 77297 from stack: in
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 4507
  5. -- name: 
  6.  
  7.  
  8. -- part 1 (button)
  9. -- low flags: 00
  10. -- high flags: 8003
  11. -- rect: left=300 top=257 right=276 bottom=466
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: Dialing with a modem
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   setcrossreference
  23.   go to card id 182844
  24. end mouseUp
  25.  
  26.  
  27.  
  28. -- part contents for background part 1
  29. ----- text -----
  30. dial <source> [with modem [<modemParameters>]]
  31.  
  32. Makes the touch tone sounds for the phone number.   Enclose phone number in quotes to keep the "-" from causing subtraction.  You can buy a device that connects the Macintosh sound output to the phone.  To use the Dial command, you need to first pick up the phone and get a dial tone, and then issue the command.
  33. See the Phone stack for how to handle area codes properly.
  34.  
  35. dial "408-555-1212"
  36. dial "415-555-1212"
  37.  
  38.  
  39. -- part contents for background part 2
  40. ----- text -----
  41. Dial
  42.  
  43. -- part contents for background part 44
  44. ----- text -----
  45. Form
  46.  
  47. What it does
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56. Example
  57.  
  58. -- part contents for background part 43
  59. ----- text -----
  60. 337,122